home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / superplay-lib_usr.lha / superplay-lib_USR / SuperPlay / SuperPlay.doc < prev    next >
Text File  |  1996-05-27  |  3KB  |  113 lines

  1.  
  2.   SuperPlay V4.5
  3.  
  4.   © 1994-96 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 4.5
  9.   Release Date : 27.05.1996
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   SuperPlay is an example of a player program
  15.   which uses the superplay.library.
  16.  
  17.   Use the source code as an example for own players.
  18.  
  19.   Author
  20.   ~~~~~~
  21.   Andreas R. Kleinert
  22.   Sandstrasse 1
  23.   D-57072 Siegen
  24.   Germany
  25.  
  26.   Phone:  +49-271-22869 (weekdays after 18.00h)
  27.           +49-271-22838 (weekdays after 18.00h)
  28.   EMail:  Fido             Andreas Kleinert 2:2457/350.18
  29.           Usenet/InterNet  Andreas_Kleinert@superview.ftn.sub.org
  30.  
  31.           If nothing else works, try one of these Fido-InterNet gateways:
  32.  
  33.           Andreas_Kleinert@p18.f350.n2457.z2.fido.sub.org (Germany)
  34.           Andreas_Kleinert@p18.f350.n2457.z2.fidonet.org  (US)
  35.  
  36.   History :
  37.   ~~~~~~~~~
  38.   V4.5 (27.05.1996) :
  39.   -------------------
  40.    - completely recompiled with SAS/C V6.56
  41.    - docs had not been changed since V4.1
  42.      (had been using SAS/C V6.55 since some versions already now, etc.)
  43.    - GUI and some misc stuff had been changed (FileRequester, etc.)
  44.    - many small, but effective improvements
  45.    - my address, phone numbers, etc. changed
  46.  
  47.   V4.1 (02.12.1994) :
  48.   -------------------
  49.    - slightly changed GUI
  50.    - Fido email address changed!
  51.  
  52.   V3.2 (25.07.1994) :
  53.   -------------------
  54.    - LED-Button did not work (switching was reversed, so that
  55.      OFF resulted in OFF and ON in ON). Fixed.
  56.  
  57.   V3.1 (21.07.1994) :
  58.   -------------------
  59.    - bumped version to V3.1 :-)
  60.    - increased required superplay.library version to 3,
  61.      to make sure, that the new features are really available ...
  62.    - replaced Alloc/FreeVec call in SP_Printf() with Alloc/FreeMem call,
  63.      because invoking SuperPlay with "?" in an OS 1.3 CLI/Shell would
  64.      crash the program (OS version is checked _after_ this point).
  65.    - now only SAMPLE SPObjects are available for conversion anymore.
  66.      This may change again, if there'll be more types than SAMPLEs
  67.      and MODULEs in the future (e.g. MIDI sequences or so), but so far
  68.      it seems no longer useful to show MODULE-SPObjects in the ListView.
  69.  
  70.   V1.6 (02.07.1994) :
  71.   -------------------
  72.    - re-designed GUI : - now font-sensitive
  73.                        - opens on Public Screen
  74.                        - ListView for SPObjects instead of Cycle
  75.                          (underscore "O" still works)
  76.  
  77.   V1.5 (08.05.1994) :
  78.   -------------------
  79.    - use of SAS/C V6.51
  80.    - removed "anchor window" for the FileRequester
  81.    - replaced SAS/C's (s)printf()-routine with own, RawDoFmt()-based one.
  82.      This saves about 3000 Bytes.
  83.    - again : fixed version string
  84.    - added Gadget for toggling the LED/AudioFilter.
  85.      Most of the time it may be useless, and its to big anyway, but ...
  86.    - and more
  87.  
  88.   V1.3 (30.03.1994) :
  89.   -------------------
  90.    - Cycle-Gadget now reacts to "O" Underscore
  91.    - changed Compiler Options slightly (Optimizer activated,
  92.      no longer CODE=FAR, and more)
  93.    - changed way of version counting
  94.    - fixed version string
  95.    - and more
  96.  
  97.   V1.01 (20.02.1994) :
  98.   --------------------
  99.    - use of SAS/C V6.5 (full recompilation)
  100.    - fixed bug with double-used underscore in GUI
  101.    - fixed bug in memory delocation (was not freed)
  102.  
  103.   V1.00 (16.01.1994) :
  104.   --------------------
  105.    - first version
  106.  
  107.   Copyrights
  108.   ~~~~~~~~~~
  109.   Some of the mentioned names or products above may be copyrighted by
  110.   companies or trademarks of companies.
  111.  
  112.  
  113.